@charset "UTF-8";

/*---------------------------------------------------------------------------------------------
	CSS Reset
---------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
fieldset,img {
	border: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul,dl {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*---------------------------------------------------------------------------------------------
	General layout
---------------------------------------------------------------------------------------------*/
body {
	height: 100%;
	line-height: 1.4;
	font: 13px Meiryo,"メイリオ",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	/* font: 13px "MS P Gothic","ＭＳ Ｐゴシック",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif; */
	/* background: #F6F6F6; */
	/* background: #EFEFEF; */
	/*
	background: -moz-linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#EFEFEF), to(#FFFFFF));
	background: linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
	*/
	background: url(../images/common/bgHeader.png);
	color: #333333;
	*font-size: small;
	*font: x-small;
}
a {
	color: #0059B2;
	text-decoration: underline;
}
a:hover {
	color: #0059B2;
	text-decoration: none;
}
.clr {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
form textarea:focus,
form input:focus {
	background: #FEFBDA;
}
a.bdrNone {
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------
	COLOR
---------------------------------------------------------------------------------------------*/
.red {color: #FF3333;}

/*---------------------------------------------------------------------------------------------
	Free HTML
---------------------------------------------------------------------------------------------*/
.free200 {
	width: 200px;
	margin: 0 auto 15px;
}
.free200-2 {
	width: 200px;
	margin: 0 auto 10px;
}
.free300 {
	width: 300px;
	margin: 0 auto 15px;
}
.free300-250 {
	width: 300px;
	margin: 0 auto 15px;
}
.free336 {
	width: 336px;
	margin: 0 auto 15px;
}
.free336-280 {
	width: 336px;
	margin: 0 auto 15px;
}
.free336-280-2 {
	width: 336px;
	margin: 0 0 15px;
}
.free728 {
	width: 728px;
	margin: 0 auto 45px;
}
.free728-15 {
	width: 728px;
	margin: 0 0 15px;
}
.free728-90 {
	width: 728px;
	margin: 0 auto 15px;
}
.free730 {
	width: 730px;
	margin: 0 auto 20px;
}
.adBox {
	width: 692px;
	overflow: hidden;
	margin: 0 auto 15px;
	*zoom: 1;
}
.adBox .innL {
	float: left;
	width: 336px;
}
.adBox .innR {
	float: right;
	width: 336px;
}

p.sponsorLink {
	margin: 0 0 3px;
	font-size: 93%;
}

/*---------------------------------------------------------------------------------------------
	パンくず
---------------------------------------------------------------------------------------------*/
#breadBox {
	width: 100%;
	font-size: 85%;
}
#breadBox .inn {
	width: 1176px;
	margin: 0 auto;
	padding: 12px 0 0;
}

/*---------------------------------------------------------------------------------------------
	ページング
---------------------------------------------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	height: 40px;
	margin: 0 0 20px;
	padding: 20px 0 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin:0 7px 5px 0;
	padding: 5px 13px;
	background: #EEEFF7;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: #FFFFFF;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi a:hover {
	color: #000;
	background: #CCF;
	border-color: #00F;
}

/*---------------------------------------------------------------------------------------------
	SNSボタン
---------------------------------------------------------------------------------------------*/
.snsBox {
	text-align: right;
}
.snsBox ul.snsBtn {
	width: auto;
	margin: 0 0 10px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.snsBox ul.snsBtn li {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
}
.snsBox ul.snsBtn li.gp {
	width: 68px;
}
.snsBox ul.snsBtn li.tw {
	width: 100px;
}
.snsBox ul.snsBtn li.fb {
	width: 104px;
}

#share ul{
	width: 443px;
	margin: 0 0 0 auto;
	height: auto;
}
#share li {
	font-size:12px;
	float:left;
	text-align:center;
	width:84px;
	margin-left:1%;
	margin-bottom:15px;
	border-radius:3px;
	list-style:none;
}
#share li.share-twitter {
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover {
	background:#83c3f3;
}
#share li.share-facebook {
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover {
	background:#4c70ba;
}
#share li.share-google {
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover {
	background:#e47365;
}
#share li.share-hatena {
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover {
	background:#4888d4;
}
#share li.share-pocket {
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover {
	background:#f26f7f;
}
#share li.share-line {
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover {
	background:#2bd92b;
}
#share a{
	display:block;
	height:16px;
	padding-top:5px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}

/*---------------------------------------------------------------------------------------------
	サイト案内箇条書き
---------------------------------------------------------------------------------------------*/
ul.txtUl {
	line-height: 1.8;
	margin: 0 0 20px;
}
ul.txtUl li {
	margin: 0 0 3px;
	padding: 0 0 0 1em;
	font-size: 100%;
	text-indent: -1em;
}

/*---------------------------------------------------------------------------------------------
	検索
---------------------------------------------------------------------------------------------*/
.searchBox {
	clear: both;
	width: 300px;
	height: auto;
	margin: 0 0 0 auto;
	overflow: hidden;
}
.searchBox dl {}
.searchBox dl dt input {
	float: left;
	position: relative;
	line-height: 25px;
	width: 224px;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #D71430;
	color: #C9C9C9;
	font-size: 115%;
}
.searchBox dl dt input[type="text"]:focus {
	outline: 0;
}
.searchBox dl dt input:focus {
	color: #333333;
}
.searchBox dl dd {
	float: right;
	width: 64px;
	margin: 0;
}
.searchBox dl dd:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*---------------------------------------------------------------------------------------------
	共通タイトル
---------------------------------------------------------------------------------------------*/
.cmnTit {
	width: auto;
	margin: 0 0 20px;
	padding: 7px;
	background: #D71530;
	border-bottom: 3px solid #990F24;
}
.cmnTit h3 {
	color:  #FFFFFF;
	font-size: 116%;
	font-weight: bold;
}
.cmnTit h3 span {
	color: #B02C57;
}
.cmnTit h3 a {
	padding: 0 5px;
	color: #FFFFFF;
}
.cmnTit h3 span.count {
	padding: 0 5px;
	color:  #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 115%;
}

/*---------------------------------------------------------------------------------------------
	一覧リンク
---------------------------------------------------------------------------------------------*/
p.listLink {
	clear: both;
	margin: 0 10px 7px 0;
	font-size: 85%;
	text-align: right;
}
p.listLink a {
	padding: 5px 0 3px 20px;
	background: url(../images/common/csr_06.gif) no-repeat 0 4px;
}
p.listLink-2 {
	clear: both;
	margin: 0 10px 7px 0;
	padding: 12px 0 0;
	font-size: 85%;
	text-align: right;
}
p.listLink-2 a {
	padding: 5px 0 3px 20px;
	background: url(../images/common/csr_06.gif) no-repeat 0 4px;
}

/*---------------------------------------------------------------------------------------------
	Wrapper
---------------------------------------------------------------------------------------------*/
#wrapper {
	line-height: 1.3;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*---------------------------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 167px;
	overflow: hidden;
	/* background: url(../images/common/bgHeader.png) repeat-x; */
	/* border-bottom: 1px solid #D68910; */
	background: #FFFFFF;
	border-top: 7px solid #D71530;
	border-bottom: 2px solid #D71530;
	*zoom: 1;
}
#header #headMainBox {
	position: relative;
	width: 1176px;
	height: 169px;
	margin: 0 auto;
	background: url(../images/common/bgHeaderR.png) no-repeat center right;
}
#header #headMainBox #siteLogo {
	position: absolute;
	top: 5px;
	left: 0;
}
#header #headMainBox h1 {
	position: absolute;
	top: 25px;
	left: 162px;
	width: 500px;
	padding: 0 0 5px;
	border-bottom: 1px solid #D71430;
	color: #D71330;
	font-size: 150%;
}
#header #headMainBox strong {
	position: absolute;
	top: 95px;
	left: 170px;
	color: #D71330;
}
#header #headMainBox #headSearchBox {
	position: absolute;
	top: 125px;
	left: 170px;
}
#header #headMainBox #headSearchBox .searchBox {
	clear: both;
	width: 450px;
	height: auto;
	margin: 0 0 0 auto;
	overflow: hidden;
}
#header #headMainBox #headSearchBox .searchBox dl {}
#header #headMainBox #headSearchBox .searchBox dl dt input {
	float: left;
	position: relative;
	line-height: 25px;
	width: 374px;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #D71430;
	color: #C9C9C9;
	font-size: 115%;
}
#header #headMainBox #headSearchBox .searchBox dl dt input:focus {
	color: #333333;
}
#header #headMainBox #headSearchBox .searchBox dl dd {
	float: right;
	width: 64px;
	margin: 0;
}
#header #headMainBox #headSearchBox .searchBox dl dd:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*---------------------------------------------------------------------------------------------
	Page Container
---------------------------------------------------------------------------------------------*/
#container {
	position: relative;
	width: 1126px;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	padding: 30px;
	background: #FFFFFF url(../images/common/bgSideLine.gif) repeat-y 790px 0;
	border-radius: 8px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}

/*---------------------------------------------------------------------------------------------
	MainContents
---------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 732px;
}
#main .dgtBox {
	margin: 0 0 20px;
	overflow: hidden;
	*zoom: 1;
}

/* 5カラム */
#main .dgtBox .ctsBox {
	position: relative;
	float: left;
	width: 132px;
	margin: 0 18px 5px 0;
	overflow: hidden;
	*zoom: 1;
}
#main .dgtBox .ctsBoxLast {
	position: relative;
	float: left;
	width: 132px;
	margin: 0 0 5px;
	overflow: hidden;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#main .dgtBox .ctsBox .imgBox,
#main .dgtBox .ctsBoxLast .imgBox {
	position: relative;
	width: 130px;
	margin: 0 0 3px;
	padding: 10px 0;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	behavior: url(/pie/PIE.htc);
}
#main .dgtBox .ctsBox .imgBox img:hover,
#main .dgtBox .ctsBoxLast .imgBox img:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#main .dgtBox .ctsBox h4,
#main .dgtBox .ctsBoxLast h4 {
	margin: 0 0 5px;
}
#main .dgtBox .ctsBox h4 a,
#main .dgtBox .ctsBoxLast h4 a {
	line-height: 1.6;
	display: block;
}

/* 4カラム */
#main .dgtBox {
	margin: 0 0 20px;
	overflow: hidden;
	*zoom: 1;
}
#main .dgtBox .ctsBox-2 {
	position: relative;
	float: left;
	width: 168px;
	margin: 0 20px 5px 0;
	overflow: hidden;
	*zoom: 1;
}
#main .dgtBox .ctsBox-2Last {
	position: relative;
	float: left;
	width: 168px;
	margin: 0 0 5px;
	overflow: hidden;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#main .dgtBox .ctsBox-2 .imgBox,
#main .dgtBox .ctsBox-2Last .imgBox {
	position: relative;
	width: 150px;
	margin: 0 0 3px;
	padding: 10px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	behavior: url(/pie/PIE.htc);
}
#main .dgtBox .ctsBox-2 .imgBox img:hover,
#main .dgtBox .ctsBox-2Last .imgBox img:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#main .dgtBox .ctsBox-2 h4,
#main .dgtBox .ctsBox-2Last h4 {
	margin: 0 0 5px;
}
#main .dgtBox .ctsBox-2 h4 a,
#main .dgtBox .ctsBox-2Last h4 a {
	line-height: 1.6;
	display: block;
}

/* 3カラム */
#main .dgtBox {
	margin: 0 0 20px;
	overflow: hidden;
	*zoom: 1;
}
#main .dgtBox .ctsBox-3 {
	position: relative;
	float: left;
	width: 230px;
	margin: 0 20px 5px 0;
	overflow: hidden;
	*zoom: 1;
}
#main .dgtBox .ctsBox-3Last {
	position: relative;
	float: left;
	width: 230px;
	margin: 0 0 5px;
	overflow: hidden;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#main .dgtBox .ctsBox-3 .imgBox,
#main .dgtBox .ctsBox-3Last .imgBox {
	position: relative;
	width: 200px;
	margin: 0 0 3px;
	padding: 10px 13px;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	behavior: url(/pie/PIE.htc);
}
#main .dgtBox .ctsBox-3 .imgBox img:hover,
#main .dgtBox .ctsBox-3Last .imgBox img:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#main .dgtBox .ctsBox-3 h4,
#main .dgtBox .ctsBox-3Last h4 {
	margin: 0 0 5px;
}
#main .dgtBox .ctsBox-3 h4 a,
#main .dgtBox .ctsBox-3Last h4 a {
	line-height: 1.6;
	display: block;
}

/* キーワード */
#main .keywordBox {
	overflow: hidden;
	margin: 0 0 20px;
	*zoom: 1;
}
#main .keywordBox ul {}
#main .keywordBox ul li a {
	position: relative;
	display: block;
	*display: inline;
	float: left;
	position: relative;
	margin: 0 5px 7px 0;
	padding: 5px 8px;
	background: #CCCCCC;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 93%;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}
#main .keywordBox ul li a:hover {
	position: relative;
	color: #FFFFFF;
	background: #921909;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
}

/*---------------------------------------------------------------------------------------------
	TOP PAGE
---------------------------------------------------------------------------------------------*/
#main #topBox {
	overflow: hidden;
}
#main #topBox .mainImg {
	margin: 0 0 15px;
}

/*---------------------------------------------------------------------------------------------
	Side
---------------------------------------------------------------------------------------------*/
#sideRight {
	float: right;
	width: 336px;
}
#sideRight .cmnTit h3 {
	font-size: 108%;
}

/* 全てのイラストボタン */
#sideRight .btnAllIllust {
	width: auto;
	margin: 0 0 20px;
	background: #FFA64D;
	box-shadow: 0 5px 0 #FF8409;
	-moz-box-shadow: 0 5px 0 #FF8409;
	-webkit-box-shadow: 0 5px 0 #FF8409;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}
#sideRight .btnAllIllust strong {
	text-shadow: -1px -1px 0 #F07800;
	font-size: 100%;
}
#sideRight .btnAllIllust a {
	display: block;
	padding: 7px;
	color: #FFFFFF;
	text-decoration: none;
}
#sideRight .btnAllIllust a:hover {
	position: relative;
	background: #FF962D;
	border-radius: 5px;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}

/* カテゴリ・キーワード */
#sideRight .cateBox {
	margin: 0 0 20px;
}
#sideRight .cateBox ul {
	margin: -10px 0 0;
	font-size: 100%;
}
#sideRight .cateBox ul li {
	border-bottom: 1px dotted #AAAAAA;
}
#sideRight .cateBox ul li a {
	display: block;
	padding: 7px;
	/*padding: 7px 7px 7px 16px;
	background: url(../images/common/csr_01.gif) no-repeat 4px 12px;*/
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
}
#sideRight .cateBox ul li span {
	float: right;
	position: relative;
	display: inline-block;
	width: 36px;
	margin: 0 0 0 10px;
	padding: 3px 8px;
	background: #A9A99C;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 77%;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
#sideRight .cateBox ul li a:hover {
	background: #EFEFEF;
	/*background: #EFEFEF url(../images/common/csr_01.gif) no-repeat 4px 12px;*/
}

/* 検索窓 */
#sideRight .searchBox {
	clear: both;
	width: 336px;
	height: auto;
	margin: 0 0 20px;
	overflow: hidden;
}
#sideRight .searchBox dl {}
#sideRight .searchBox dl dt input {
	float: left;
	position: relative;
	line-height: 25px;
	width: 260px;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #CCCCCC;
	font-size: 108%;
}
#sideRight .searchBox dl dd {
	float: right;
	width: 64px;
	margin: 0;
}
#sideRight .searchBox dl dd:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*---------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 20px 0;
	background: #921909;
	color: #CDCDCD;
}
#footer a {
	color: #CDCDCD;
}
#footer #footMain {
	width: 1176px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	*zoom: 1;
}
#footer #footMain ul {
	float: left;
	width: 620px;
	margin: 0 0 10px;
	font-size: 85%;
}
#footer #footMain ul li {
	display: inline;
	padding: 0 7px 0 0;
}
#footer #footMain #footSearchBox {
	float: right;
	margin: 0 0 15px;
}
#footer h5 {
	font-size: 77%;
	text-align: center;
}
